home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 2 (Reseller)
/
Apple R&P Lib Reseller v2.0.iso
/
3-Demos
/
Third Party Demos
/
DTMedia
/
SpringBoard Publisher
/
background_24995.txt
< prev
next >
Wrap
Text File
|
1989-01-25
|
1KB
|
62 lines
-- background: 24995 from stack: in
-- bmap block id: 25431
-- flags: 0000
-- background id: 0
-- name: Black Last
----- HyperTalk script -----
on idle
global initTime,Delay,effectFlag
if the secs - initTime >= Delay then
if effectFlag = 1 then visual dissolve slowly
if effectFlag = 2 then visual iris open slowly
if effectFlag = 3 then visual wipe right slowly
if effectFlag = 4 then visual wipe down slowly
if effectFlag = 5 then visual iris close slowly
if effectFlag = 6 then visual wipe up slowly
if effectFlag = 7 then visual scroll right slowly
go next card
end if
end idle
on arrowKey
end arrowKey
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=136 top=324 right=342 bottom=360
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Press Here To Return To Menu
----- HyperTalk script -----
on mouseUp
visual iris close
go to card "Menu"
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=322 right=342 bottom=23
-- title width / last selected line: 0
-- icon id / first selected line: 9301 / 9301
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PrevCard Black
----- HyperTalk script -----
on mouseUp
go to prev card
end mouseUp